*set usedcustompronouns true
What do you use for the subject case? When, for example, a man might use "he"?

*input_text he

What about for the object case, e.g. "them"?

*input_text him

The possessive, such as "his" or "her"?

*input_text his

If someone were to contract your pronoun with the word [i]is[/i], such as in "she's" or "they're"?

*input_text hes

How about a generic noun for you, like "man" or "person"?

*input_text man

Someone referring to you very politely might do so with a title, like 'lord' or 'liege.' What are you best addressed as in such formal circumstances?

*input_text lord

Of course, strictly speaking you're a number of steps over simple nobility, too. Are you a god, goddess, deity, or something different?

*input_text god

Thanks for your patience. Just one more. When others refer to you as your mother's progeny, should they use son, daughter, child, or something else altogether?

*input_text son

Do you have a second set of pronouns?

*fake_choice
	#I do.
		*goto pronouns2
	#Nope, that's it.
		*set he2 he
		*set him2 him
		*set his2 his
		*set hes2 hes
		*goto return
*label pronouns2
What's your second subject-case pronoun? (E.g., he, she, they?)

*input_text he2

What about for the object case, e.g. "them"?

*input_text him2

The possessive, such as "his" or "her"?

*input_text his2

If someone were to contract your pronoun with the word [i]is[/i], such as in "she's" or "they're"?

*input_text hes2

Many thanks!
*label return
*return